home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-07-16 | 877 b | 31 lines |
- #
- # This is the make file for the poly3d-r directory using DJGCC on the IBMPC.
- #
- # Gershon Elber, Dec 1991
- #
-
- !include "..\makeflag.djg"
-
-
- OBJS = poly3d-r.obj prepdata.obj colortbl.obj evalcolr.obj scandata.obj
-
- poly3d-r.exe: $(OBJS)
- $(CC) $(CFLAGS) -o poly3d-r @&&!
- $(OBJS) $(LIBS) -lm $(MORELIBS)
- !
- strip poly3d-r
- aout2exe poly3d-r
- del poly3d-r
-
- install: poly3d-r.exe
- copy poly3d-r.exe $(BIN_DIR_DOS)
- del poly3d-r.exe
- copy poly3d-r.cfg $(BIN_DIR_DOS)
-
- # Dependencies starts here - do not touch, generated automatically.
- colortbl.o: program.h ../include/iritprsr.h ../include/iritgrap.h
- evalcolr.o: program.h ../include/iritprsr.h
- poly3d-r.o: program.h ../include/getarg.h ../include/genmat.h ../include/iritprsr.h ../include/ip_cnvrt.h ../include/config.h
- prepdata.o: program.h ../include/genmat.h ../include/iritprsr.h
- scandata.o: program.h ../include/iritprsr.h
-